home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / PPCbwb111 / PPCbwb111.readme < prev    next >
Text File  |  1998-06-24  |  2KB  |  45 lines

  1.  Another one in the series of dev/lang powerUP (TM) ports for PPC B-)
  2.  [ and probably the last one, so far ]
  3.  
  4.  This BASIC interpreter is mainly for test purposes (and for fun :-)
  5.  You for example can use it for quick tests on the PPC's speed
  6.  and responsiveness, as well as sourrounding program calls with
  7.  e.g. CLI calls like "Date" to measure execution times.
  8.  
  9.  Have fun!
  10.  
  11.  
  12.  Note: this one no longer needs ixemul.library
  13.  
  14. ***
  15.  
  16. [needs ixemul.library]
  17.  
  18. I came across this very small basic on my 'Language/OS' CD-ROM,
  19. and accidentally typed `make' :-). Since more people might want to
  20. give it a try, I thought I'd dump it on aminet. Note very well
  21. though, I do not intend to support this software in _any_ way.
  22.  
  23. With that out of the way:
  24.  
  25. This is quite a small basic, and it seems to conform to some
  26. ANSI standard for basic (read about that in the original `read.me').
  27. It organises sources with the infamous line-number method.
  28.  
  29. If you start the the interpreter, you can pas a name of a sourcefile
  30. on the command-line which it will immediately run. On the command
  31. line one can enter BASIC-expressions directly, or precede them with
  32. line-numbers to form a program.
  33.  
  34. as an extra it also acts a bit like a shell, as it seems to execute
  35. all commands it doesn't understand via amigados. also it has some
  36. builtin dos-stuff.
  37.  
  38. about the `port': this was done no modifications of significance
  39. to the original source. some parts where compiled without the -O
  40. option though, since otherwise my GCC would guru.
  41.  
  42. Have fun,
  43.  
  44. Wouter.
  45.